home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / comms / gt1800_1.arj / BIRX.BAT next >
DOS Batch File  |  1989-06-08  |  469b  |  19 lines

  1. rem   Batch file for BIMODEM
  2. rem
  3. c:\gt\gtbimod %1 %2 c:\gt\bimod\
  4. if errorlevel 4 goto mail
  5. if errorlevel 3 goto host
  6. if errorlevel 2 goto term
  7. goto end
  8. :term
  9. c:\gt\bimod\bipath  c:\gt\bimod\bimodem.pth
  10. if errorlevel 1 goto end
  11. c:\gt\bimod\bibat   c:\gt\bimod\bimodem.cfg
  12. if errorlevel 1 goto end
  13. :mail
  14. c:\gt\bimod\bimodem /R /P c:\gt\bimod\bimodem.pth /C c:\gt\bimod\bimodem.cfg
  15. goto end
  16. :host
  17. c:\gt\bimod\bimodem /R /C c:\gt\bimod\bimodem.cfg
  18. :end
  19.